home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / dev / amos / AMOS0398.lzh / AMOSLIST / 000311_amos-request@svcs1.digex.net_Sun Mar 29 02:12:39 1998.msg < prev    next >
Text File  |  1998-04-01  |  3KB  |  74 lines

  1. >From amos-request@svcs1.digex.net  Sun Mar 29 02:12:39 1998
  2. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  3.     by pony-1.mail.digex.net (8.8.8/8.8.8) with ESMTP id CAA00276
  4.     for <mcox@access.digex.net>; Sun, 29 Mar 1998 02:12:39 -0500 (EDT)
  5. Received: (from daemon@localhost)
  6.     by svcs1.digex.net (8.8.5/8.8.5) id BAA23714
  7.     for amos-out; Sun, 29 Mar 1998 01:02:01 -0500 (EST)
  8. Received: from pony-1.mail.digex.net (pony-1.mail.digex.net [204.91.241.5])
  9.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id BAA23711
  10.     for <amos-list@svcs1.digex.net>; Sun, 29 Mar 1998 01:02:00 -0500 (EST)
  11. Received: from newmail.virgin.net (newmail.virgin.net [194.168.54.44])
  12.     by pony-1.mail.digex.net (8.8.8/8.8.8) with ESMTP id BAA11952
  13.     for <amos-list@access.digex.net>; Sun, 29 Mar 1998 01:01:59 -0500 (EST)
  14. Received: from p16-goose-gui.tch.virgin.net ([194.168.62.196])
  15.           by newmail.virgin.net (Post.Office MTA v3.1.2
  16.           release (PO203-101c) ID# 1-55555U125000L125000S0) with ESMTP
  17.           id AAA2587; Sun, 29 Mar 1998 06:01:57 +0000
  18. From: "Alastair Murray" <malcolm.murray@virgin.net>
  19. Date: 29 Mar 98 06:01:44 +0100
  20. Subject: Re: Zones.
  21. Message-Id: <351DE3C7.MD-0.196.malcolm.murray@virgin.net>
  22. In-Reply-To: <yam143.1610.2014025440@smtp.eunet.no>
  23. To: MortenBolstad<mortenbo@login.eunet.no>, amos-list@access.digex.net
  24. Mime-Version: 1.0
  25. Content-Type: text/plain; charset=us-ascii
  26. Content-Transfer-Encoding: 7bit
  27. X-Mailer: MicroDot-II/AmigaOS 0.196
  28. Status: O
  29. X-Status: 
  30.  
  31. > Isent there a command in Amos that sets up a zone around a txt String??
  32. > How does it works??
  33.  
  34. I've not used the text zone command but if you're using standard Print
  35. command with standard font then you can create a zone easily. As each
  36. letter is the same size (I'm pretty sure it's 8x8) then you could do
  37. something like this:
  38.  
  39. Reserve Zone 1
  40.  
  41. A$="Whatever"
  42. Locate 10,5 : Print A$
  43. Set Zone 1,10*8,5*8 To (10+Len(A$))*8,6*8
  44.  
  45. Then Mouse Zone will tell you if the pointer is over the text.
  46. There are more effiecient ways but I find that usually does the trick
  47. quickly and with minimum fuss.
  48.  
  49. > And when will Gui Extension v 1.7 be released.
  50. > I've herared several times now that it will be released any day now, but 
  51. > it's still isent out :((
  52. > It's not fair to keep us waiting like this!
  53.  
  54. Yeah!
  55. Come on. Delay the AMOS coding for a day or two and get GUI out!  :)
  56.  
  57. -Murray
  58.  
  59. --
  60.  
  61.  Alastair  \\|//   malcolm.murray@virgin.net
  62.   Murray   (o o)      http://freespace.virgin.net/malcolm.murray
  63. |~~~~~~oOOo~(_)~oOOo~~~~|~~~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~|
  64. | ---===ON AMINET===--- |dev/misc/Backbone | --==IN PRODUCTION==--  |
  65. |  game/shoot/Hanger18  |game/shoot/Traitor|    The Turtleminator   |
  66. |game/jump/BananaIslands|  game/role/CHAOS |       Hangar 18 II     |
  67. |  game/shoot/Extinct   | game/jump/Blobby | Backbone - Game Creator|
  68. |   dev/amos/KeyState   | dev/amos/PicPack |Star Trek - BORG Assault|
  69. |  pix/nicon/TrekNIcons | game/shoot/XII   |                        |
  70. | game/shoot/KillEmAll  |                  |                        |
  71. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  72. Man shall never reach the moon, for such a quantity of gunpowder would
  73. be needed as to gravely injure the crew - Children's Encyclopedia 1926
  74.